This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I've got a really cool RSS Feed coming in to my database that hits the National
Weather Services Feed for Iowa Watches, Warnings, and Advisories on our home page.
It works great at getting the warnings out, a scheduled agent hits the .XML file from the NWS
and it parses the information in to Notes documents on my end which I can use as I see if.
The problem is getting these documents to "expire." RSS feeds have a basic three field
structure, title, publish date and description.
I want to run an agent that will flag a field on these documents as "Yes" if any of the documents
in the view have the string "CANCELLED" in the description field. That way, the view selection
criteria will keep old advisories from showing up.